home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / START.BAT < prev    next >
DOS Batch File  |  1994-05-24  |  4KB  |  190 lines

  1. echo off
  2. cls
  3. : repeat 
  4. cls
  5. echo.     
  6. echo   ┌─────────── 200 GREATER and LESSER MYSTERIES CD ROM MENU ──────────┐  
  7. echo   │                                                                   │ 
  8. echo   │ Press [a] for Biorythm calculator   [1] View texts & books        │
  9. echo   │       [b] Astropro Astrology prog   [2] Take Keirsey Test         │
  10. echo   │       [c] CIA World Fact Book       [3] Take Meyers test          │
  11. echo   │       [d] Spybase intelligence DB   [4] Test your ESP             │
  12. echo   │       [e] 3D stereo images (mouse)  [5] Chinese Astrology         │
  13. echo   │       [f] Chemical Hazard DB        [6] Handwriting analysis      │
  14. echo   │       [g] Non-Medical pain relief   [7] How the mind works        │
  15. echo   │       [h] Herb Book                 [8] About your Emotions       │
  16. echo   │       [i] Herbology helper          [9] Consult the ICHING oracle │
  17. echo   │       [j] Wisdom of the ages        [0] Read your palm            │
  18. echo   │       [k] 3D stereo images                                        │
  19. echo   │ Please note that if you request a function on the above programs  │  
  20. echo   │ which attempts a disk write, then the program may crash, as of    │
  21. echo   │ course it is not possible to write to a CD. To use such functions │ 
  22. echo   │ Install the program on your hard disk. The purpose of these CD    │
  23. echo   │ installed versions is to allow a quick taste of the programs.     │
  24. echo   │                 Press escape to exit back to DOS                  │ 
  25. echo   ├───────────────────────────────────────────────────────────────────┤
  26. echo   └───────────────────────────────────────────────────────────────────┘ 
  27. echo   NOTE: There are many other programs on this CD which cannot be run 
  28. ECHO   from this menu. Choose [1] to view all the files available.
  29. :loop
  30. batch /a Hit a Key
  31. if errorlevel 108 goto loop
  32. if errorlevel 107 goto k
  33. IF ERRORLEVEL 106 GOTO j
  34. IF ERRORLEVEL 105 GOTO i
  35. IF ERRORLEVEL 104 GOTO h
  36. IF ERRORLEVEL 103 GOTO g
  37. IF ERRORLEVEL 102 GOTO f
  38. IF ERRORLEVEL 101 GOTO e
  39. IF ERRORLEVEL 100 GOTO d
  40. IF ERRORLEVEL  99 GOTO c
  41. IF ERRORLEVEL  98 GOTO b
  42. IF ERRORLEVEL  97 GOTO a
  43. if errorlevel  96 goto loop
  44. if errorlevel  58 goto loop
  45. IF ERRORLEVEL  57 GOTO 9
  46. IF ERRORLEVEL  56 GOTO 8
  47. IF ERRORLEVEL  55 GOTO 7
  48. IF ERRORLEVEL  54 GOTO 6
  49. IF ERRORLEVEL  53 GOTO 5
  50. IF ERRORLEVEL  52 GOTO 4
  51. IF ERRORLEVEL  51 GOTO 3
  52. IF ERRORLEVEL  50 GOTO 2
  53. IF ERRORLEVEL  49 GOTO 1
  54. if errorlevel  48 goto 0
  55. if errorlevel  47 goto loop
  56. if errorlevel  28 goto loop
  57. IF ERRORLEVEL  27 GOTO Exit
  58. if errorlevel  26 goto loop
  59. if errorlevel  13 goto loop
  60. : 0
  61. cd\
  62. cd predict\palm
  63. palmegab
  64. cd\
  65. goto repeat
  66. : 1
  67. cd\
  68. view
  69. cd\
  70. goto repeat
  71. : 2
  72. cd\
  73. cd\
  74. cd psychol\keirsey
  75. keirsey
  76. cd\
  77. goto repeat
  78. : 3
  79. cd\
  80. cd psychol\myers
  81. myers
  82. cd\
  83. goto repeat
  84. : 4
  85. cd\
  86. cd psychol\esp
  87. esp
  88. cd\
  89. goto repeat
  90. : 5
  91. cd\
  92. cd predict\ming
  93. mingshu
  94. cd\
  95. goto repeat
  96. : 6
  97. cd\
  98. cd psychol\handwrit
  99. start
  100. cd\
  101. goto repeat
  102. : 7
  103. cd\
  104. cd psychol\howmind
  105. hr4
  106. cd\
  107. goto repeat
  108. : 8
  109. cd\
  110. cd psychol\emotion
  111. bookmenu
  112. cd\
  113. goto repeat
  114. : 9
  115. cd\
  116. cd predict\iching
  117. iching
  118. cd\
  119. cls
  120. goto repeat
  121. : a
  122.  cd\
  123. cd biorythm
  124. bio2
  125. cd\
  126. goto repeat
  127. : b
  128. cd\
  129. cd astrol\astpro
  130. astro22
  131. cd\
  132. goto repeat
  133. : c
  134. cd\
  135. cd geninfo\cia
  136. cia
  137. cd\
  138. goto repeat
  139. : d
  140. cd\
  141. cd spybase
  142. spybase
  143. cd\
  144. goto repeat
  145. : e
  146. cd\
  147. cd psychol\mindbend
  148. perspect
  149. cd\
  150. goto repeat
  151. : f
  152. cd\
  153. cd health\badstuff
  154. badstuff
  155. cd\
  156. goto repeat
  157. : g
  158. cd\
  159. cd health\nomed
  160. show
  161. cd\
  162. goto repeat
  163. : h
  164. cd\
  165. cd herb\herbook
  166. begin
  167. cd\
  168. goto repeat
  169. : i
  170. cd\
  171. cd herb\helper
  172. dart herbhelp.#01
  173. cd\
  174. goto repeat
  175. : j
  176. cd\
  177. cd wisdom
  178. wis
  179. cd\
  180. goto repeat
  181. : k
  182. cd\
  183. cd psychol\mindbend
  184. mindimg2
  185. cd\
  186. goto repeat
  187. cls
  188. : Exit
  189. exit
  190. rem Copyright (c) 1994 PDSL Sussex UK